Global Index
HTML5 JS API Index > DOM Tutorials & Specs

RelatedEvent

Extends Event.

Properties
EventTarget?
relatedTarget
The relatedTarget attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to null. It represents the other event target that is related to the event.
Constructor
RelatedEvent(DOMString type, optional RelatedEventInit eventInitDict)